Skip to content

Erc20 gas paymaster#2462

Closed
Dargon789 wants to merge 16 commits intoalchemyplatform:mainfrom
Dargon789:ERC20-gas-paymaster
Closed

Erc20 gas paymaster#2462
Dargon789 wants to merge 16 commits intoalchemyplatform:mainfrom
Dargon789:ERC20-gas-paymaster

Conversation

@Dargon789
Copy link
Copy Markdown

@Dargon789 Dargon789 commented Apr 17, 2026

Pull Request Checklist


PR-Codex overview

This PR focuses on updating dependencies in the package.json, enhancing the GitHub Actions workflow for documentation linting, and adding a new CircleCI configuration for a simple job that echoes "Hello, World!".

Detailed summary

  • Updated esbuild version from 0.20.1 to 0.25.5 in account-kit/plugingen/package.json.
  • Added permissions section in .github/workflows/on-pull-request.yml.
  • Introduced a new CircleCI configuration in .circleci/config.yml with:
    • Version set to 2.1.
    • A job named say-hello that runs a Docker container.
    • Steps to checkout code and run a command that echoes "Hello, World!".
    • A workflow named say-hello-workflow that orchestrates the say-hello job.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

dependabot Bot and others added 10 commits June 29, 2025 17:30
…updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [esbuild](https://github.com/evanw/esbuild) and [next](https://github.com/vercel/next.js).
Bumps the npm_and_yarn group with 1 update in the /account-kit/plugingen directory: [esbuild](https://github.com/evanw/esbuild).
Bumps the npm_and_yarn group with 1 update in the /doc-gen directory: [esbuild](https://github.com/evanw/esbuild).
Bumps the npm_and_yarn group with 1 update in the /examples/ui-demo directory: [next](https://github.com/vercel/next.js).


Updates `esbuild` from 0.20.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.20.2...v0.25.0)

Updates `next` from 14.2.29 to 14.2.30
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.29...v14.2.30)

Updates `esbuild` from 0.20.2 to 0.25.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.20.2...v0.25.0)

Updates `esbuild` from 0.20.2 to 0.25.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.20.2...v0.25.0)

Updates `next` from 14.2.29 to 14.2.30
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.29...v14.2.30)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 14.2.30
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 14.2.30
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
…updates (#71)

Bumps the npm_and_yarn group with 2 updates in the / directory: [esbuild](https://github.com/evanw/esbuild) and [next](https://github.com/vercel/next.js).
Bumps the npm_and_yarn group with 1 update in the /account-kit/plugingen directory: [esbuild](https://github.com/evanw/esbuild).
Bumps the npm_and_yarn group with 1 update in the /doc-gen directory: [esbuild](https://github.com/evanw/esbuild).
Bumps the npm_and_yarn group with 1 update in the /examples/ui-demo directory: [next](https://github.com/vercel/next.js).


Updates `esbuild` from 0.20.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.20.2...v0.25.0)

Updates `next` from 14.2.29 to 14.2.30
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.29...v14.2.30)

Updates `esbuild` from 0.20.2 to 0.25.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.20.2...v0.25.0)

Updates `esbuild` from 0.20.2 to 0.25.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.20.2...v0.25.0)

Updates `next` from 14.2.29 to 14.2.30
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.29...v14.2.30)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 14.2.30
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 14.2.30
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: googleworkspace-bot <googleworkspace-bot@google.com>
* Create config.yml (#54)

Add a basic CircleCI configuration to define a 'say-hello' job and workflow
CI:
Add .circleci/config.yml with CircleCI version 2.1 configuration
Define a 'say-hello' job using the cimg/base Docker image that checks out code and echoes a greeting
Create a workflow 'say-hello-workflow' to run the 'say-hello' job
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Potential fix for code scanning alert no. 13: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@wiz-code-21c5ec5a85
Copy link
Copy Markdown

wiz-code-21c5ec5a85 Bot commented Apr 17, 2026

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities -
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total -

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

googleworkspace-bot and others added 6 commits April 20, 2026 12:31
* chore: remove arb nova (alchemyplatform#2464)



* chore(release): publish v4.87.2 [skip-ci]

* feat(v4): track key exports for migration visibility (alchemyplatform#2466)

* Track key exports via /v1/track-key-export endpoint for observability



* Use empty response type for track-key-export endpoint

Success is implied by 200 status, matching existing patterns.



* chore: update docs gen



---------



* chore(release): publish v4.88.0 [skip-ci]

* chore: bump next.js, minimatch, and lerna (alchemyplatform#2467)

* fix: upgrade Next.js 14 → 15.5.15 to resolve high-severity DoS vulnerability (Dependabot alchemyplatform#361, alchemyplatform#362, alchemyplatform#363)



* fix: bump minimatch to patched versions and upgrade lerna to v9

Upgrades lerna from v8 to v9 which brings in nx 22.x, eliminating
pinned vulnerable minimatch versions. All transitive minimatch
dependencies now resolve to patched releases.



* chore: fmt

---------



* chore(release): publish v4.88.1 [skip-ci]

* docs: update v5 SDK reference docs for 5.0.0-beta.25 (alchemyplatform#2475)



* docs: update v5 SDK reference docs for 5.0.0-beta.26 (alchemyplatform#2482)



* fix: disallow more permission builder selectors (alchemyplatform#2485)

Port v5 selector restrictions to v4 — block installValidation,
uninstallValidation, installExecution, uninstallExecution, and
upgradeToAndCall from being added to session key allowlists. Refactors
individual checks into shared assertion helpers with case-insensitive
matching.



* chore(release): publish v4.88.2 [skip-ci]

* docs: update v5 SDK reference docs for 5.0.0-beta.27 (alchemyplatform#2489)



---------

Co-authored-by: jakehobbs <jacob.hobbs@alchemy.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Alchemy Bot <alchemy-bot@alchemy.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: gha-aa-sdk[bot] <269827238+gha-aa-sdk[bot]@users.noreply.github.com>
@jakehobbs jakehobbs closed this May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants